Skip to main content

InsuranceNow API (5.0.0)

InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.

Lists quotes or applications.

Returns a list of quotes or applications.

query Parameters
applicationOrQuoteNumber
string

Application or quote number

continuationId
string

Indicates the starting offset for the API results when you want to return a specific portion of the full results. You can use this parameter with the limit parameter. For example, the limit on your first API call was 100 and the results populated a list on the page. To request the next page of 100 results, call the API again with continuationId=101 and limit=100.

createdSinceDate
string <date>

Select applications where application creation date is equal to or greater than the provided createdSinceDate.

customerId
string

Customer ID number

includeClosed
boolean

Includes closed applications.

  • If true, results will include "Closed" applications.
  • If false (or not provided), results will not include "Closed" applications.
includeDeleted
boolean

Includes deleted applications.

  • If true, results will include "Deleted" applications.
  • If false (or not provided), results will not include "Deleted" applications.
limit
string

For pagination -- the maximum number of results to return.

optionalFields
string

Comma-delimited list of optional fields to be included. Currently supports customer and product.

policyId
string

Policy ID

providerId
string

Provider code number

recentlyViewed
boolean

Finds applications recently viewed by the caller/user.

  • If true, results will be restricted to applications recently viewed by the caller/user.
  • If false (or not provided), results will not be restricted to applications recently viewed by the caller/user.
status
string

Application status (e.g. In Process)

transactionCd
string

Transaction code (e.g. New Business) Use where a specific transactionCd(s) is known. Accepts a comma-separated list of values. Ignored when transactionCdGroup contains a value.

transactionCdGroup
string

Find applications by transactionCdGroup. Use when a specific transactionCd(s) is not known. Accepts a comma-separated list of values. Valid values are Quote, Cancellation, Renewal, or Other.

type
string

Application type. Valid values are Application, QuickQuote, or Quote.

Responses

Response samples

Content type
application/json
{
  • "applicationListItems": [
    ],
  • "continuationId": "string"
}